home *** CD-ROM | disk | FTP | other *** search
- /* misc directory structures */
-
- struct tdir
- {
- char dirfiller[21];
- unsigned char
- dirattr; /* file attribute */
- unsigned dirtime; /* creation time */
- unsigned dirdate; /* creation date */
- long dirsize; /* file size */
- char dirname[13]; /* file name */
- };
- #define TDIR struct tdir